// ITI1120 Program with error

class Prog5
{
    public static void notMain(String[] args)
    {
        // code for the main method
        
        System.out.println("What is wrong with this program?");
     }

}

